From: Nick Roberts Date: Sun, 3 Jun 2007 00:57:11 +0000 (+0000) Subject: (discard_mouse_events): Add GPM_CLICK_EVENT case. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18666 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2aa0765f0c04b06922108163ade5bc0a1c1eb1b9;p=emacs.git (discard_mouse_events): Add GPM_CLICK_EVENT case. --- diff --git a/src/keyboard.c b/src/keyboard.c index 420b422c518..ab2d50ad0ea 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -3917,6 +3917,9 @@ discard_mouse_events () || sp->kind == WHEEL_EVENT #ifdef WINDOWSNT || sp->kind == W32_SCROLL_BAR_CLICK_EVENT +#endif +#ifdef HAVE_GPM + || sp->kind == GPM_CLICK_EVENT #endif || sp->kind == SCROLL_BAR_CLICK_EVENT) {